home *** CD-ROM | disk | FTP | other *** search
- When you make a PRESTO application, you will see a bunch of warning messages
- of the form:
-
- "/u3/jfaust/presto/spinlock_impl.h", line 125: warning: undeclared function
- HC_S_LOCK() called
-
- These are ok, the 'missing' function is an inline ASM function that will be
- slipped into the C++ output file (*..c) before the regular cc compiler is
- called.
-